Package-level declarations

Describes how tags can be constructed.¬

Describes how tags can be constructed.¬

Describes how tags can be constructed.¬

Describes how tags can be constructed.¬

Types

Link copied to clipboard

Core schema

Link copied to clipboard

The failsafe schema is guaranteed to work with any YAML document. It is therefore the recommended schema for generic YAML tools.

Link copied to clipboard
expect open class JsonSchema(scalarResolver: ScalarResolver = JsonScalarResolver()) : Schema
actual open class JsonSchema(val scalarResolver: ScalarResolver) : Schema

Default schema for Kotlin/JS

actual open class JsonSchema(val scalarResolver: ScalarResolver) : Schema

Default schema for Kotlin/JVM

actual open class JsonSchema(val scalarResolver: ScalarResolver) : Schema

Default schema for Kotlin/Native

Link copied to clipboard
interface Schema

Interface to be implemented by any Schema